Merge pull request #279522 from r-ryantm/auto-update/tremotesf

tremotesf: 2.5.0 -> 2.6.0
This commit is contained in:
Thiago Kenji Okada 2024-01-09 10:25:26 +00:00 committed by GitHub
commit 4e380dccb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "equeim";
repo = "tremotesf2";
rev = finalAttrs.version;
hash = "sha256-mxk2BRUuet3XSNaKt2Dnnxe5dliazd1ArRSnKyoAp1s=";
hash = "sha256-9iV4UsKZWaIxhqtRZXTFHgjOKVFJE2bCJOD2O/qL+DY=";
# We need this for src/libtremotesf
fetchSubmodules = true;
};