···2121}:
22222323let
2424- version = "1.6.4";
2424+ version = "1.7.0";
25252626 # build stimuli file for PGO build and the script to generate it
2727 # independently of the foot's build, so we can cache the result
2828 # and avoid unnecessary rebuilds as it can take relatively long
2929 # to generate
3030+ #
3131+ # For every bump, make sure that the hash is still accurate.
3032 stimulusGenerator = stdenv.mkDerivation {
3133 pname = "foot-generate-alt-random-writes";
3234 inherit version;
33353436 src = fetchurl {
3537 url = "https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py";
3636- sha256 = "0pnc5nvqrbgx5618ylrkrs9fyxjh4jcsbryfk6vlnk8x4wyyaibz";
3838+ sha256 = "019bdiqfi3wx2lwrv3nhq83knc1r3lmqd5zgisa33wwshm2kyv7p";
3739 };
38403941 dontUnpack = true;
···87898890 src = fetchzip {
8991 url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz";
9090- sha256 = "0awv53l3039s1rnkhdkzc0gwawlnd1m8cl4qhaijhxzzq68w0dfb";
9292+ sha256 = "0w07fw7y31g891335ji3fm783r4dsk5py82qp0zx6z3rfr07paby";
9193 };
92949395 nativeBuildInputs = [
+3-3
pkgs/applications/video/makemkv/default.nix
···1313}:
14141515let
1616- version = "1.15.4";
1616+ version = "1.16.3";
1717 # Using two URLs as the first one will break as soon as a new version is released
1818 src_bin = fetchurl {
1919 urls = [
2020 "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz"
2121 "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz"
2222 ];
2323- hash = "sha256-Reun5hp7Rnsf6N5yL6iQ1Vbhnz/AKnt/jYRqyOK625o=";
2323+ hash = "sha256-G2XceMwiFu4fWT4L3HJzDB/rD3eSX6ko6RdVw72QLzg=";
2424 };
2525 src_oss = fetchurl {
2626 urls = [
2727 "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
2828 "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz"
2929 ];
3030- hash = "sha256-gtBi1IRNF5ASk/ZdzkDmOuEIT9gazNaRNCftqbLEP+M=";
3030+ hash = "sha256-YUGozP9B6vmWQ4WxctSbezzu+0yLJXNKQk9TwnQF8F0=";
3131 };
3232in mkDerivation {
3333 pname = "makemkv";
···1818 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
1919 homepage = "https://gitlab.com/surfraw/Surfraw";
2020 maintainers = [];
2121- platforms = lib.platforms.linux;
2121+ platforms = lib.platforms.all;
2222 license = lib.licenses.publicDomain;
2323 };
2424}
···3939 meta = with lib; {
4040 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
4141 description = "Convert ASCII-armored PGP keys to animated QR code";
4242- platforms = platforms.linux;
4242+ platforms = platforms.unix;
4343 maintainers = with maintainers; [ asymmetric ];
4444 };
4545}
+1-1
pkgs/tools/security/bash-supergenpass/default.nix
···4141 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
4242 '';
4343 license = licenses.mit;
4444- platforms = platforms.linux;
4444+ platforms = platforms.all;
4545 maintainers = with maintainers; [ fgaz ];
4646 homepage = "https://github.com/lanzz/bash-supergenpass";
4747 };