Skip to content

Commit

Permalink
services.oyt-website: bump version to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Sep 16, 2024
1 parent e92bf95 commit 399196e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/oyt-website.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
version = "2.2";
version = "2.3";

pkg = pkgs.stdenv.mkDerivation {
pname = "oyt-website";
Expand All @@ -10,7 +10,7 @@ let
owner = "hacettepeoyt";
repo = "oyt-website";
rev = "v${version}";
hash = "sha256-xErGcuosjh5zB03G0t5wyf2uol16/WBFpzMR2kphhQ0=";
hash = "sha256-EB5GRm2Lnuq93P6vH3Xfbsmdp1sJpfF6wRCGnWszLIA=";
};

buildInputs = with pkgs; [
Expand Down

0 comments on commit 399196e

Please sign in to comment.